Moses25 commited on
Commit
b73cf9c
1 Parent(s): 18adeff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ call_args = {
87
  "stop":["</s>"],
88
  }
89
  chat_response = client.chat.completions.create(
90
- model="llama",
91
  messages=[
92
  {"role": "user", "content": "你好"},
93
  ],
 
87
  "stop":["</s>"],
88
  }
89
  chat_response = client.chat.completions.create(
90
+ model="chatbot",
91
  messages=[
92
  {"role": "user", "content": "你好"},
93
  ],