dj86 commited on
Commit
73be87d
1 Parent(s): 7753b53

Update vlog4chat.py

Browse files
Files changed (1) hide show
  1. vlog4chat.py +1 -1
vlog4chat.py CHANGED
@@ -68,7 +68,7 @@ class TogetherLLM(LLM):
68
  model: str = "togethercomputer/llama-2-70b-chat"
69
  """model endpoint to use"""
70
 
71
- together_api_key: str = os.getenv["TOGETHER_API_KEY"]
72
  """Together API key"""
73
 
74
  temperature: float = 0.7
 
68
  model: str = "togethercomputer/llama-2-70b-chat"
69
  """model endpoint to use"""
70
 
71
+ together_api_key: str = os.environ["TOGETHER_API_KEY"]
72
  """Together API key"""
73
 
74
  temperature: float = 0.7