Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import io, os
|
|
| 8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 9 |
"""
|
| 10 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|
|
|
|
| 8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 9 |
"""
|
| 10 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 11 |
+
genai.configure(api_key='AIzaSyAtdSFdZ2WZv2TmJYijVz286JBX7HpddQk')
|
| 12 |
|
| 13 |
|
| 14 |
def respond(
|