generated from brenozd/python-template
10 lines
181 B
TOML
10 lines
181 B
TOML
[llm]
|
|
base_url = "https://openrouter.ai/api/v1"
|
|
api_key = ""
|
|
model = "google/gemini-2.5-flash-lite"
|
|
|
|
[documentation_styles]
|
|
c = "Doxygen"
|
|
cpp = "Doxygen"
|
|
python = "Numpy Docstring"
|