ProximileAdmin commited on
Commit
6ca8d62
·
verified ·
1 Parent(s): f7dedb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +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
- MODEL_NAME = "meta-llama/Meta-Llama-3.1-8B-Instruct"
20
 
21
  def lgs(log_string):
22
  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: