IProject-10 commited on
Commit
7510b92
·
verified ·
1 Parent(s): 88d43e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ class StreamingLLMAdapter:
201
  yield text[i:i + self.chunk_size]
202
 
203
  streaming_llm = StreamingLLMAdapter(
204
- api_key="a36246d65d8290f43667350b364c5b6bb8562eb50a4b947eec5bd7e79f2dffc6",
205
  model="meta-llama/Llama-3-8b-chat-hf",
206
  temperature=0.3,
207
  top_p=0.7
 
201
  yield text[i:i + self.chunk_size]
202
 
203
  streaming_llm = StreamingLLMAdapter(
204
+ api_key="ccc8c9a2fd3937f9c9b57fea6268b530d44a928f6c9195633945a22e8b3519ea",
205
  model="meta-llama/Llama-3-8b-chat-hf",
206
  temperature=0.3,
207
  top_p=0.7