Skip to content

Releases: devchat-ai/devchat

Support context and storage of prompts

05 May 16:07
Compare
Choose a tag to compare
Pre-release
  • CLI supports options --instruct and --context.
  • Prompt relations are managed in a NetworkX graph store.
  • Prompt objects are managed in a shelve database.
  • Refactored code to decouple Assistant from OpenAI implementation.

Support OpenAI Chat APIs

23 Apr 14:05
Compare
Choose a tag to compare
Pre-release
  • Focus on OpenAI chat APIs.
  • Support here-doc for inputting long text as a prompt.
  • Support streaming response.
  • Support multiple choices in response.
  • No prompt storage yet.
  • No prompt history management yet.