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

Function get_client_gemini

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

Source from the content-addressed store, hash-verified

75 return client
76
77def get_client_gemini():
78 client = genai.Client(
79 api_key=APIS['gemini']['API_KEY'],
80 http_options={"base_url": APIS['gemini']['BASE_URL']},
81 )
82 return client
83
84def get_client_claude():
85 client = anthropic.Anthropic(

Callers 2

get_clientFunction · 0.85
ask_question_with_imageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected