Spaces:
Running
Running
Update app.py
Browse files
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="
|
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
|