Skip to content

Commit

Permalink
V0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neokd committed Apr 8, 2024
1 parent 66224a5 commit 278fd54
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 470 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/neokd/NeoGPT/assets/71772185/82d5c63d-81b5-4b45-95d4-53641016bfdc" alt="NeoGPT Gif" width="500"/>
<!-- <img src="https://github.com/neokd/NeoGPT/assets/71772185/82d5c63d-81b5-4b45-95d4-53641016bfdc" alt="NeoGPT Gif" width="500"/> -->
<h1>NeoGPT 🚀</h1>

[![GitHub license](https://img.shields.io/github/license/neokd/NeoGPT)](https://github.com/neokd/NeoGPT/blob/main/LICENSE)
Expand All @@ -9,9 +9,18 @@

</div>

# Overview

NeoGPT is an AI assistant that runs locally on your machine. It transforms your workspace into a powerful environment with features like code interpretation, multi-RAG support, vision models, and LLM support. NeoGPT is designed to enhance your productivity and streamline your workflow. 🚀🧠
<div align="center">
<span>
<a href="https://docs.neogpt.dev/introduction">Documentation</a>
<span> | </span>
<a href="https://discord.gg/qNqjsGuCTG">Discord</a>
</span>
<img style="padding:12px;" src="./docs/assets/intro.png" alt="Intro Image"/>
</div>

# Introduction
NeoGPT is an AI assistant that transforms your local workspace into a powerhouse of productivity from your CLI. With features like code interpretation, multi-RAG support, vision models, and LLM integration, NeoGPT redefines how you work and create. Join the revolution and experience a new era of efficiency with NeoGPT.



Expand Down
Binary file added docs/assets/intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion installers/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$continue_installation" == "y" ]; then

echo -e "${NC}Run the following command to start NeoGPT:${NC}"
echo -e "${YELLOW}python main.py --build${NC}"
echo -e "${NC} Refer docs at https://neokd.github.io/NeoGPT/ for more details.${NC}"
echo -e "${NC} Refer docs at https://docs.neogpt.dev/ for more details.${NC}"

else
echo -e "${YELLOW}Alright! If you change your mind, I'm here to help.${NC}"
Expand Down
43 changes: 0 additions & 43 deletions neogpt/agents/examples/calculate.py

This file was deleted.

45 changes: 0 additions & 45 deletions neogpt/agents/examples/file_uploader.py

This file was deleted.

63 changes: 0 additions & 63 deletions neogpt/agents/examples/password.py

This file was deleted.

36 changes: 0 additions & 36 deletions neogpt/agents/examples/password_generator.py

This file was deleted.

39 changes: 0 additions & 39 deletions neogpt/agents/examples/sentiment.py

This file was deleted.

97 changes: 0 additions & 97 deletions neogpt/agents/examples/snake.py

This file was deleted.

Loading

0 comments on commit 278fd54

Please sign in to comment.