Skip to content

Commit

Permalink
Update chatgpt_flask_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fenar authored Aug 14, 2024
1 parent 7230795 commit 626840c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/model-as-a-server/chatgpt_flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def chat():
}
],
"model": "mistral-7b-instruct",
"max_tokens": 150,
"max_tokens": 6123, #set for max that is supported by maas at this given time
"temperature": 0.7,
"top_p": 1,
"n": 1,
Expand Down

0 comments on commit 626840c

Please sign in to comment.