Spaces:
Sleeping
Sleeping
ibrahim yıldız commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from PIL import Image
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Configure Google Generative AI library with an API key
|
| 7 |
-
genai.configure(api_key="
|
| 8 |
|
| 9 |
# API configurations for Dobby
|
| 10 |
DOBBY_API_URL = "https://api.fireworks.ai/inference/v1/chat/completions"
|
|
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Configure Google Generative AI library with an API key
|
| 7 |
+
genai.configure(api_key="AIzaSyBuQHthxfR0t-3RtZC44YxTBJWN4roz-O4")
|
| 8 |
|
| 9 |
# API configurations for Dobby
|
| 10 |
DOBBY_API_URL = "https://api.fireworks.ai/inference/v1/chat/completions"
|