macadeliccc
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ client = OpenAI(
|
|
45 |
)
|
46 |
|
47 |
chat_response = client.chat.completions.create(
|
48 |
-
model="macadeliccc/Samantha-Qwen-2-
|
49 |
messages=[
|
50 |
{"role": "system", "content": "You are a helpful assistant."},
|
51 |
{"role": "user", "content": "Tell me a joke."},
|
|
|
45 |
)
|
46 |
|
47 |
chat_response = client.chat.completions.create(
|
48 |
+
model="macadeliccc/Samantha-Qwen-2-1.5B",
|
49 |
messages=[
|
50 |
{"role": "system", "content": "You are a helpful assistant."},
|
51 |
{"role": "user", "content": "Tell me a joke."},
|