项目文件夹

文件
Kevin Solorio 922f5ff691 add the anthropic interface
This PR:
- updates the .env.sample with the api keys set to empty strings
- adds the notebook dependency to run notebooks in the samples directory
- adds the `ChatCompletionResponse`, `Choice`, and `Message` classes
- adds the `AnthropicInterface` to the providers lists
- adds the anthropic library to dev dependencies
2024-07-02 21:36:30 -05:00

12 行
480 B
YAML

repos:
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
hooks:
- id: black
# It is recommended to specify the latest version of Python
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.12