generated from brenozd/python-template
fix: ignoring config.toml and adding config-example.toml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -174,3 +174,5 @@ cython_debug/
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
||||
# Project specific
|
||||
config.toml
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
[c]
|
||||
[llm]
|
||||
base_url = "https://openrouter.ai/api/v1"
|
||||
api_key = ""
|
||||
model = "openai/gpt-oss-120b"
|
||||
|
||||
[language.c]
|
||||
name = "Doxygen"
|
||||
output_requirement="""
|
||||
- The documentation output MUST be a valid comment in the style required for the code language:
|
||||
@@ -65,7 +70,7 @@ private:
|
||||
};
|
||||
"""
|
||||
|
||||
[cpp]
|
||||
[language.cpp]
|
||||
name = "Doxygen"
|
||||
output_requirement="""
|
||||
- The documentation output MUST be a valid comment in the style required for the code language:
|
||||
@@ -152,7 +157,7 @@ private:
|
||||
};
|
||||
"""
|
||||
|
||||
[python]
|
||||
[language.python]
|
||||
name = "Google"
|
||||
output_requirement="""
|
||||
- The documentation output MUST be a valid comment in the style required for the code language:
|
||||
Reference in New Issue
Block a user