Skip to content

Commit 6e07e53

Browse files
committed
Initial commit
1 parent 6ed37b8 commit 6e07e53

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

exp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Get info about a specific model
77
# print(client.get_model_info('deepseek-r1:7b'))
88

9+
910
# Chat with a model
1011
# response = client.chat('deepseek-r1:7b', 'Hello! How are you?', temperature=0.8)
1112
# print(response) others

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies = [
2121
]
2222

2323
[project.urls]
24-
Homepage = "https://github.com/mfoud444/ollamafreeapi"
25-
Bug Tracker = "https://github.com/mfoud444/ollamafreeapi/issues"
24+
"Homepage" = "https://github.com/mfoud444/ollamafreeapi"
25+
"Bug Tracker" = "https://github.com/mfoud444/ollamafreeapi/issues"

0 commit comments

Comments
 (0)