mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-30 01:38:38 -05:00
Compare commits
1 Commits
processing
...
ci-py-test
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df59ed7647 |
@@ -14,7 +14,7 @@ api_key = os.environ.get("GOOGLE_API_KEY") or "your-api-key" # Set your API key
|
|||||||
os.environ["GOOGLE_API_KEY"] = api_key
|
os.environ["GOOGLE_API_KEY"] = api_key
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
with ToolboxSyncClient("http://127.0.0.1:5000") as toolbox_client:
|
with ToolboxSyncClient("http://localhost:5000") as toolbox_client:
|
||||||
|
|
||||||
prompt = """
|
prompt = """
|
||||||
You're a helpful hotel assistant. You handle hotel searching, booking and
|
You're a helpful hotel assistant. You handle hotel searching, booking and
|
||||||
|
|||||||
Reference in New Issue
Block a user