Skip to content

Commit

Permalink
trigger 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoussaud committed Oct 10, 2024
1 parent 4001574 commit f63eed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContosoSuitesDashboard/pages/1_Chat_with_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def create_chat_completion(messages):
search_key = st.secrets["search"]["key"]
search_index_name = st.secrets["search"]["index_name"]

#trigger pipelines
client = openai.AzureOpenAI(
api_key=aoai_key,
api_version="2024-06-01",
Expand Down

0 comments on commit f63eed8

Please sign in to comment.