Spaces:
Runtime error
Runtime error
Commit
·
9bc40bd
1
Parent(s):
94ee7c5
Update gpt.py
Browse files
gpt.py
CHANGED
@@ -110,7 +110,7 @@ def get_keywords(question):
|
|
110 |
{question}"""
|
111 |
|
112 |
|
113 |
-
response = openai.
|
114 |
model=model,
|
115 |
messages=[
|
116 |
{
|
@@ -158,7 +158,7 @@ Sur la base des informations ci-dessus, quelle est la réponse à cette question
|
|
158 |
{question}
|
159 |
```"""
|
160 |
|
161 |
-
response = openai.
|
162 |
model=model,
|
163 |
messages=[
|
164 |
{
|
|
|
110 |
{question}"""
|
111 |
|
112 |
|
113 |
+
response = openai.chat.completions.create(
|
114 |
model=model,
|
115 |
messages=[
|
116 |
{
|
|
|
158 |
{question}
|
159 |
```"""
|
160 |
|
161 |
+
response = openai.chat.completions.create(
|
162 |
model=model,
|
163 |
messages=[
|
164 |
{
|