Skip to content

U-C4N/Deepseek-CoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepSeek Chatbot with Chain of Thought

DeepSeek Chatbot is a web application that offers an advanced chat experience using the DeepSeek AI API. Built on the Streamlit framework, this application allows users to interact with AI and optionally view the AI's thought process.

Deepseek-CoT Animation

Features

  • Real-time chat with DeepSeek AI
  • Chain of Thought (CoT) feature to visualize AI's step-by-step thinking process
  • User-friendly and modern interface
  • Store and display chat history
  • Secure API key management

Installation

  1. Clone the repository:

    git clone https://github.com/U-C4N/deepseek-chatbot.git
    cd deepseek-chatbot
    
  2. Install required packages:

    pip install -r requirements.txt
    
  3. Run the application:

    streamlit run main.py
    
  4. Open http://localhost:8501 in your browser to start using the application.

Usage

  1. Enter your DeepSeek API key in the sidebar.
  2. Optionally check the "Enable Chain of Thought" option.
  3. Type your question or request in the chat box and send.
  4. Wait for and view the AI's response.
  5. If Chain of Thought is enabled, you can see the AI's thinking process step by step.

Requirements

  • Python 3.7+
  • streamlit
  • requests

See requirements.txt for the full list of dependencies.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

Author

Umutcan Edizaslan: TutTrue

Releases

No releases published

Packages

No packages published

Languages