Update app.py
Browse files
app.py
CHANGED
|
@@ -22,9 +22,8 @@ client = OpenAI(
|
|
| 22 |
|
| 23 |
# Create supported models
|
| 24 |
model_links = {
|
| 25 |
-
"GPT-
|
| 26 |
-
"GPT-
|
| 27 |
-
"GPT-3,5": "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
| 28 |
}
|
| 29 |
|
| 30 |
def reset_conversation():
|
|
|
|
| 22 |
|
| 23 |
# Create supported models
|
| 24 |
model_links = {
|
| 25 |
+
"GPT-4": "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
| 26 |
+
"GPT-4o": "meta-llama/Meta-Llama-3-8B-Instruct",
|
|
|
|
| 27 |
}
|
| 28 |
|
| 29 |
def reset_conversation():
|