Update llm_web_code.py
This commit is contained in:
parent
90c7731eb2
commit
7c49f2e65a
|
@ -39,7 +39,7 @@ def chat_with_bott(client, user_message, system_message="You are a code assistan
|
|||
image=None,
|
||||
max_new_tokens=None,
|
||||
top_p=0.7,
|
||||
temperature=0.9,
|
||||
temperature=0.85,
|
||||
api_name="/stream"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue