Husnain commited on
Commit
05d4c21
1 Parent(s): 9e9f0fc

⚡ [Enhance] Use nous-mixtral-8x7b as default model

Browse files
Files changed (1) hide show
  1. examples/chat_with_post.py +1 -1
examples/chat_with_post.py CHANGED
@@ -8,7 +8,7 @@ chat_api = "http://127.0.0.1:23333"
8
  api_key = "sk-xxxxx"
9
  requests_headers = {}
10
  requests_payload = {
11
- "model": "mixtral-8x7b",
12
  "messages": [
13
  {
14
  "role": "user",
 
8
  api_key = "sk-xxxxx"
9
  requests_headers = {}
10
  requests_payload = {
11
+ "model": "nous-mixtral-8x7b",
12
  "messages": [
13
  {
14
  "role": "user",