robertselvam
commited on
Commit
•
b0dd1c7
1
Parent(s):
7122957
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ class DiseaseDetectionApp:
|
|
68 |
]
|
69 |
# Generate completion using ChatGPT model
|
70 |
response = self.client.chat.completions.create(
|
71 |
-
model="
|
72 |
messages=conversation,
|
73 |
temperature=0,
|
74 |
max_tokens=1000
|
|
|
68 |
]
|
69 |
# Generate completion using ChatGPT model
|
70 |
response = self.client.chat.completions.create(
|
71 |
+
model="GPT-3",
|
72 |
messages=conversation,
|
73 |
temperature=0,
|
74 |
max_tokens=1000
|