Spaces:
Sleeping
Sleeping
Commit
·
ad7cd6e
1
Parent(s):
5d4fea5
Update utils.py
Browse files
utils.py
CHANGED
@@ -15,11 +15,11 @@ def get_api_response(content: str, max_tokens=None):
|
|
15 |
#model='gpt-3.5-turbo-0613',
|
16 |
#model='gpt-3.5-turbo-16k',
|
17 |
model='gpt-3.5-turbo-16k-0613',
|
18 |
-
openai_proxy=OPENAI_Proxy,
|
19 |
#model='gpt-4',
|
20 |
#model='gpt-4-0613',
|
21 |
#model='gpt-4-32k-0613',
|
22 |
-
temperature=0.
|
23 |
|
24 |
|
25 |
# response = openai.ChatCompletion.create(
|
|
|
15 |
#model='gpt-3.5-turbo-0613',
|
16 |
#model='gpt-3.5-turbo-16k',
|
17 |
model='gpt-3.5-turbo-16k-0613',
|
18 |
+
#openai_proxy=OPENAI_Proxy,
|
19 |
#model='gpt-4',
|
20 |
#model='gpt-4-0613',
|
21 |
#model='gpt-4-32k-0613',
|
22 |
+
temperature=0.1)
|
23 |
|
24 |
|
25 |
# response = openai.ChatCompletion.create(
|