We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed37b8 commit 6e07e53Copy full SHA for 6e07e53
2 files changed
exp.py
@@ -6,6 +6,7 @@
6
# Get info about a specific model
7
# print(client.get_model_info('deepseek-r1:7b'))
8
9
+
10
# Chat with a model
11
# response = client.chat('deepseek-r1:7b', 'Hello! How are you?', temperature=0.8)
12
# print(response) others
pyproject.toml
@@ -21,5 +21,5 @@ dependencies = [
21
]
22
23
[project.urls]
24
-Homepage = "https://github.com/mfoud444/ollamafreeapi"
25
-Bug Tracker = "https://github.com/mfoud444/ollamafreeapi/issues"
+"Homepage" = "https://github.com/mfoud444/ollamafreeapi"
+"Bug Tracker" = "https://github.com/mfoud444/ollamafreeapi/issues"
0 commit comments