Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,10 @@ import os
|
|
11 |
from web_search_client import WebSearchClient
|
12 |
from web_search_client.models import SafeSearch
|
13 |
from azure.core.credentials import AzureKeyCredential
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Configure your credentials here
|
16 |
bing_api_key = "ArAgtjC7LMINRUaY4D6ltro329Po1zNqU82U2JHFDkIbQmzi1_18j71OOdILMdpJ" # Replace with your Bing API key
|
|
|
11 |
from web_search_client import WebSearchClient
|
12 |
from web_search_client.models import SafeSearch
|
13 |
from azure.core.credentials import AzureKeyCredential
|
14 |
+
import semantic_kernel
|
15 |
+
from semantic_kernel.connectors.ai.open_ai import OpenAIChatCompletion, AzureChatCompletion
|
16 |
+
from semantic_kernel.core_skills.text_skill import TextSkill
|
17 |
+
from semantic_kernel.planning.basic_planner import BasicPlanner
|
18 |
|
19 |
# Configure your credentials here
|
20 |
bing_api_key = "ArAgtjC7LMINRUaY4D6ltro329Po1zNqU82U2JHFDkIbQmzi1_18j71OOdILMdpJ" # Replace with your Bing API key
|