Skip to content

Commit

Permalink
Add AI API client and data modelling tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Jan 26, 2025
1 parent 68196f8 commit 06038b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fmtr/tools/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.12
1.0.13
3 changes: 2 additions & 1 deletion requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
'api': ['fastapi', 'uvicorn', 'logging', 'dm'],
'ai': ['peft', 'transformers[sentencepiece]', 'torchvision', 'torchaudio', 'dm'],
'dm': ['pydantic'],
'openai.api': ['openai'],
'ai.client': ['dm', 'openai.api', 'pydantic-ai[openai]', 'ollama'],
'json-fix': ['json_repair'],
'semantic': ['sentence_transformers', 'pandas'],
'metric': ['pandas'],
'html': ['html2text'],
'interface': ['streamlit', 'dm'],
'openai.api': ['openai'],
'google.api': ['google-auth', 'google-auth-oauthlib', 'google-auth-httplib2', 'google-api-python-client']
}

Expand Down

0 comments on commit 06038b7

Please sign in to comment.