KAG/.gitignore
joseosvaldo16 6494fd20c0
feat(builder): add Azure Open AI Compatibility (#269)
* feat(llm): add Azure OpenAI client and vectorization support

* chore: add .DS_Store to .gitignore

* refactor(llm):add description for api_version and default value

* refactor(vectorize_model): added description for ap_version and default values for some params

* refactor(openai_model): enhance docstring for Azure AD token and deployment parameters
2025-01-14 12:57:43 +08:00

18 lines
140 B
Plaintext

/*.whl
/*.egg-info/
/build/
# *.json
*.jsonl
# *.csv
#*.txt
*.log
*.out
*.key
*.jc
*.pyc
/dist
.vscode/
.idea/
.venv/
__pycache__/
.DS_Store