Spaces:
Sleeping
Sleeping
Update groq_api.py
Browse files- groq_api.py +1 -1
groq_api.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import requests
|
| 3 |
from typing import List, Dict, Any
|
| 4 |
|
| 5 |
-
def
|
| 6 |
system_prompt: str,
|
| 7 |
user_input: str,
|
| 8 |
tools: List[Dict[str, Any]] = None,
|
|
|
|
| 2 |
import requests
|
| 3 |
from typing import List, Dict, Any
|
| 4 |
|
| 5 |
+
def GrokApi(
|
| 6 |
system_prompt: str,
|
| 7 |
user_input: str,
|
| 8 |
tools: List[Dict[str, Any]] = None,
|