Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,8 @@ VERBOSE_SHELL = True
|
|
| 15 |
ENDPOINT_URL = "https://api.hyperbolic.xyz/v1"
|
| 16 |
OAI_API_KEY = os.environ['HYPERBOLIC_XYZ_API_KEY']
|
| 17 |
WEATHER_API_KEY = os.environ["WEATHER_API_KEY"]
|
| 18 |
-
MODEL_NAME = "meta-llama/Llama-3.3-70B-Instruct"
|
|
|
|
| 19 |
|
| 20 |
def lgs(log_string):
|
| 21 |
if VERBOSE_SHELL:
|
|
|
|
| 15 |
ENDPOINT_URL = "https://api.hyperbolic.xyz/v1"
|
| 16 |
OAI_API_KEY = os.environ['HYPERBOLIC_XYZ_API_KEY']
|
| 17 |
WEATHER_API_KEY = os.environ["WEATHER_API_KEY"]
|
| 18 |
+
#MODEL_NAME = "meta-llama/Llama-3.3-70B-Instruct"
|
| 19 |
+
MODEL_NAME = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 20 |
|
| 21 |
def lgs(log_string):
|
| 22 |
if VERBOSE_SHELL:
|