MCPcopy Create free account
hub / github.com/ChartGalaxy/ChartGalaxy / get_client_openai

Function get_client_openai

code_generation_benchmark/utils/utils_chat.py:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 return get_client_openai()
69
70def get_client_openai():
71 client = OpenAI(
72 api_key=APIS['openai']['API_KEY'],
73 base_url=APIS['openai']['BASE_URL'],
74 )
75 return client
76
77def get_client_gemini():
78 client = genai.Client(

Callers 2

get_clientFunction · 0.85
ask_question_with_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected