Skip to content

Commit c012f1d

Browse files
committed
removing details
1 parent c73e7bd commit c012f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/plotly_examples/python-scripts/generate_plotly_schema.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def generate_locale_visualization_schemas():
108108
id = call_llm_locale_plotly_schema(json.dumps(random_scenario), id, industry, language)
109109

110110
def call_llm(messages, response_format):
111-
endpoint = "https://gptwus2.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-02-15-preview"
112-
deployment = "gpt4o"
111+
endpoint = "<>"
112+
deployment = "<>"
113113

114114
client = AzureOpenAI(
115115
azure_endpoint=endpoint,

0 commit comments

Comments
 (0)