macadeliccc commited on
Commit
c735a09
·
verified ·
1 Parent(s): 8a04708

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ client = OpenAI(
33
  )
34
 
35
  chat_response = client.chat.completions.create(
36
- model="macadeliccc/Samantha-Qwen2-7B-AWQ",
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."},