Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 3, 2024
1 parent 341f50a commit c5b01ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ When you make changes to the code in this project, please keep these points in m
- When you have the chance, please write some unit tests. Especially when you touch internal utility modules (e.g., `app/markdown.py` etc.) and add/edit the code that do not call any web APIs, writing tests should be relatively easy.
- Before committing your changes, be sure to run `./validate.sh`. The script runs black (code formatter), flake8 and pytype (static code analyzers).

## Related Projects

- [iwamot/collmbo](https://github.com/iwamot/collmbo): @iwamot's forked project, which supports other LLM providers in addition to OpenAI by leveraging [LiteLLM](https://github.com/BerriAI/litellm)

## The License

The MIT License

1 comment on commit c5b01ed

@iwamot
Copy link
Contributor

@iwamot iwamot commented on c5b01ed Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, thank you for listing Collmbo!

Please sign in to comment.