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

namuan/chat-circuit: Branch Out Your Conversations #858

Open
1 task
ShellLM opened this issue Aug 2, 2024 · 1 comment
Open
1 task

namuan/chat-circuit: Branch Out Your Conversations #858

ShellLM opened this issue Aug 2, 2024 · 1 comment
Labels
AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models Git-Repo Source code repository like gitlab or gh github gh tools like cli, Actions, Issues, Pages llm Large Language Models llm-applications Topics related to practical applications of Large Language Models in various fields source-code Code snippets

Comments

@ShellLM
Copy link
Collaborator

ShellLM commented Aug 2, 2024

namuan/chat-circuit: Branch Out Your Conversations

Features

  • Multi-Branch Conversations: Create and manage multiple conversation branches seamlessly.
  • Contextual Forking: Fork conversation branches with accurate context retention.

Editor Features

  • Save and Load Diagrams
  • Undo and Redo
  • Zoom and Pan

Running the Application

To run this application, follow these steps:

  1. Generate models configuration file:

    ollama list | tail -n +2 | awk '{print $1}' > models.conf
    
  2. Install dependencies:

    python3 -m pip install -r requirements.txt
    
  3. Run application:

    python3 main.py
    

Model Configuration

The LLM models available are loaded from models.conf in the current directory. See models.conf.example.

The default model is the first one in that list.

You can also run this command to generate the models.conf file:

ollama list | tail -n +2 | awk '{print $1}' > models.conf

Note: If models.conf is not found, the application will use a default set of models.

Suggested labels

None

@ShellLM ShellLM added AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models Git-Repo Source code repository like gitlab or gh github gh tools like cli, Actions, Issues, Pages llm Large Language Models llm-applications Topics related to practical applications of Large Language Models in various fields source-code Code snippets labels Aug 2, 2024
@ShellLM
Copy link
Collaborator Author

ShellLM commented Aug 2, 2024

Related content

#459 similarity score: 0.89
#443 similarity score: 0.88
#418 similarity score: 0.88
#656 similarity score: 0.87
#499 similarity score: 0.87
#762 similarity score: 0.86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI-Chatbots Topics related to advanced chatbot platforms integrating multiple AI models Git-Repo Source code repository like gitlab or gh github gh tools like cli, Actions, Issues, Pages llm Large Language Models llm-applications Topics related to practical applications of Large Language Models in various fields source-code Code snippets
Projects
None yet
Development

No branches or pull requests

1 participant