https://github.com/adisol07/reasoningai
Open source alternative to OpenAI o1 reasoning model
https://github.com/adisol07/reasoningai
ai artificial-intelligence csharp ml open-source
Last synced: 6 months ago
JSON representation
Open source alternative to OpenAI o1 reasoning model
- Host: GitHub
- URL: https://github.com/adisol07/reasoningai
- Owner: Adisol07
- Created: 2024-09-15T16:18:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T11:06:07.000Z (11 months ago)
- Last Synced: 2025-03-31T14:58:13.730Z (9 months ago)
- Topics: ai, artificial-intelligence, csharp, ml, open-source
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reasoning AI
> Open Source alternative to OpenAI o1 reasoning model.
---
> [!WARNING]
> Keep in mind that it is still in beta and therefore you may encounter bugs!
---

## Installation
First you need to download & install Ollama.\
Then download the ReasoningModel.txt file from the latest release and add the ReasoningAI model to ollama with this command: ```ollama create ReasoningAI -f file_path_to_ReasoningModel.txt``` \
Then just simply download the ReasoningAI_your_os.zip and extract it.\
When that is done just run the ReasoningAI program and enjoy!
## Future goals
- [ ] Chat - currently the model does not have a chat feature - one prompt, one response.
- [ ] Saving chats and loading them in the app.
- [ ] API - add the ability to open API.
- [ ] Final model response - currently the model seems like it is answering to itself - which is partially a feature but the final response should be targeted to you and not the AI model.
- [ ] Thinking title delay removal - right now the thinking text is one response off.
- [ ] Config location - the app now creates and looks for config.json file in the directory you are currently in which can lead to problems.
- [ ] Thinking title location fix
## Details
---
> [!CAUTION]
> You can modify everything about the model in its model file but keep in mind that some behaviour of the model is required for the program to work
---
Base model: llama 3.1\
Version: 1.1.0 - beta\
Context size: 4096
## License
This app inherits license rules of ollama and llama3.1 model because the app uses them.\
You are allowed to use, distribute or modify the code and/or the model file.\
Credits are not required but appreciated :)