macadeliccc
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ client = OpenAI(
|
|
33 |
)
|
34 |
|
35 |
chat_response = client.chat.completions.create(
|
36 |
-
model="macadeliccc/Samantha-Qwen2-7B
|
37 |
messages=[
|
38 |
{"role": "system", "content": "You are a helpful assistant."},
|
39 |
{"role": "user", "content": "Tell me a joke."},
|
|
|
33 |
)
|
34 |
|
35 |
chat_response = client.chat.completions.create(
|
36 |
+
model="macadeliccc/Samantha-Qwen2-7B",
|
37 |
messages=[
|
38 |
{"role": "system", "content": "You are a helpful assistant."},
|
39 |
{"role": "user", "content": "Tell me a joke."},
|