Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assistant: OpenAI and Anthropic #1476

Closed
wants to merge 9 commits into from

Conversation

InAnYan
Copy link

@InAnYan InAnYan commented Nov 5, 2024

What is done:

  • A list of commands.
  • Entity diagram in Mermaid JS.
  • Possible usage scenarios

One problem:

There are endpoints (one endpoint for each LLM provider) for chatting and they require a list of messages. It's hard to make a good CLI for this. Maybe list of messages can be filled in a file, and then we can pass that file into a CLI command?

@wtools-bot
Copy link
Collaborator

To maintain stability of the module the repository uses 3-stages system to forward changes from an unstable branch to a stable.
The unstable branch is alpha. All user pull requests should be opened to this branch.
The staging branch is beta. Changes to this branch are forwarded by a pull request from branch alpha automatically.
The stable branch is master. Changes to this branch are forwarded by a pull request from branch beta automatically.

The pull request was automatically converted to draft.
Please, change base branch taking into account the described system alpha -> beta -> master.

@InAnYan InAnYan changed the base branch from master to alpha November 5, 2024 13:53
@InAnYan InAnYan closed this Nov 6, 2024
@InAnYan
Copy link
Author

InAnYan commented Nov 6, 2024

Closed, as started not from the correct branch

@InAnYan InAnYan deleted the feature/assistant branch November 6, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants