ricitos2001 commited on
Commit
4523060
·
verified ·
1 Parent(s): 05983d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -8
README.md CHANGED
@@ -15,34 +15,108 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
15
 
16
  # OMEGAI 😎💬
17
 
18
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## Index
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Motivation
 
 
23
 
24
  ## Why OMEGAI?
 
25
 
26
  ## How OMEGAI works
 
 
 
 
 
 
27
 
28
  ## Demo
29
  You can try 😎💬 OMEGAI following this link: https://huggingface.co/spaces/ricitos2001/OMEGAI
30
  or following this link: https://ricitos2001-omegai.hf.space/
31
 
32
-
33
  ## Getting started
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
 
 
 
 
35
 
36
- ## Customizability and ideas for extensions
37
 
 
 
 
 
 
 
 
 
38
 
39
  ## License
40
- 😎💬 Aphra is released under the ![MIT License](./LICENSE). You are free to use, modify, and distribute the code for both commercial and non-commercial purposes.
41
 
42
  ## Contributing
43
- Contributions to 😎💬 Aphra are welcome! Whether it's improving the code, enhancing the documentation, or suggesting new features, your input is valuable. Please check out the ![CONTRIBUTING.md](./CONTRIBUTE.md) file for guidelines on how to get started and make your contributions count.
44
 
45
  ## References
46
- Huggingface repository:
47
-
48
- ## Donate
 
15
 
16
  # OMEGAI 😎💬
17
 
18
+ <p align="center">
19
+ <a href="https://github.com/ricitos2001/OMEGAI/pulls">
20
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?longCache=true" alt="Pull Requests">
21
+ </a>
22
+ <a href="LICENSE">
23
+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg?longCache=true" alt="MIT License">
24
+ </a>
25
+ <a href="https://github.com/pylint-dev/pylint">
26
+ <img src="https://img.shields.io/badge/linting-pylint-yellowgreen?longCache=true" alt="Linting: Pylint">
27
+ </a>
28
+ </p>
29
+
30
+ OMEGAI 😎💬 is the new AI model tool made with [Python](https://www.python.org/) and [Gradio](https://www.gradio.app/), asociated with [openrouter.ai](https://openrouter.ai/) and designed to make it easier to use and access different AI models. Unlike current AI models, OMEGAI is a multifunctional tool that allows different versions of different AI models to be used.
31
+ This approach aims to improve the current use of artificial intelligence models, guaranteeing an improvement in accessibility and a great user experience.
32
+
33
+ > **Important Note:** OMEGAI 😎💬 is not intended to replace the work of current AI models, but aims to make current AI models easier to use and access. OMEGAI offers a simple way to works with every AI model in one unic place.
34
+
35
+ <p align="center">
36
+ <a href="https://huggingface.co/spaces/ricitos2001/OMEGAI">Demo</a>
37
+ ·
38
+ <a href="https://github.com/ricitos2001/OMEGAI/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%5BBUG%5D">Report Bug</a>
39
+ ·
40
+ <a href="https://github.com/ricitos2001/OMEGAI/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%5BREQUEST%5D">Request Feature</a>
41
+ ·
42
+ <a href="https://github.com/ricitos2001/OMEGAI/wiki">Wiki</a>
43
+ </p>
44
 
45
  ## Index
46
+ [Motivation](#motivation)
47
+
48
+ [Why OMEGAI?](#why-omegai)
49
+
50
+ [How OMEGAI works](#how-omegai-works)
51
+
52
+ [Demo](#demo)
53
+
54
+ [Getting started](#getting-started)
55
+
56
+ [License](#license)
57
+
58
+ [Contributing](#contributing)
59
+
60
+ [References](#references)
61
 
62
  ## Motivation
63
+ The reason I wanted to do this project was that I wanted to create a tool that would allow me to work with all the AIs that currently exist without having to search for them one at a time.
64
+ Other reasons why I wanted to do this was because of the interest I have in artificial intelligence in addition to the fact that the gradio library was very curious
65
 
66
  ## Why OMEGAI?
67
+ I decided put the name thinking that it would be the ultimate AI modeling tool for every uses
68
 
69
  ## How OMEGAI works
70
+ OMEGAI works with the Openrouter API and with the libraries from python an openai
71
+ 1. select your AI model: OMEGAI 😎💬 have some AI models. You can select the AI model that you want
72
+ 2. Put your API key of the AI model selected: if you don't know how, you can follow the steps from running
73
+ 3. System Prompt: you can configure the behaviour of the AI using the system prompt
74
+ 4. Prompt textBox: whrite your question in your textBox
75
+ 5. Chat completion: the AI will give you a resopnse using the configured system prompt and the question from the prompt textbox
76
 
77
  ## Demo
78
  You can try 😎💬 OMEGAI following this link: https://huggingface.co/spaces/ricitos2001/OMEGAI
79
  or following this link: https://ricitos2001-omegai.hf.space/
80
 
 
81
  ## Getting started
82
+ Getting Started
83
+ To get started with 😎💬 OMEGAI, follow these steps:
84
+
85
+ ### Prerequisites
86
+ Ensure you have the following installed on your system:
87
+
88
+ - git (for cloning the repository)
89
+ - Python 3.8 or higher
90
+ - pip (Python package installer)
91
+ - The libraries and packages from the file [requirements.txt](requirements.txt)
92
+
93
+ ### Clone the repository
94
+ Before proceeding with the configuration or installation, you need to clone the repository. This is a common step required for all installation methods.
95
+ 1. Clone the repository: git clone ```https://github.com/ricitos2001/OMEGAI.git```
96
+ 2. Navigate into the project directory: ```cd OMEGAI```
97
 
98
+ ### Running
99
+ 1. Run the program and follow the link from the CMD
100
+ ![image1](./assets/CMDLink.png)
101
 
102
+ 2. Follow this link from OpenRouter.ai and make your API key: https://openrouter.ai/settings/keys
103
 
104
+ 3. Make your API key
105
+ ![image2](./assets/step_1.png)
106
+ ![image3](./assets/step_2.png)
107
+
108
+ 4. Copy your API key
109
+ ![image4](./assets/step_3.png)
110
+
111
+ 5. Paste your API key in the configuration section
112
 
113
  ## License
114
+ 😎💬 Aphra is released under the [MIT License](./LICENSE). You are free to use, modify, and distribute the code for both commercial and non-commercial purposes.
115
 
116
  ## Contributing
117
+ Contributions to 😎💬 Aphra are welcome! Whether it's improving the code, enhancing the documentation, or suggesting new features, your input is valuable. Please check out the [CONTRIBUTING.md](./CONTRIBUTE.md) file for guidelines on how to get started and make your contributions count.
118
 
119
  ## References
120
+ - This software is deploymend with Gradio: https://www.gradio.app/ and made with Python: https://www.python.org/
121
+ - Visit OpenRouter.ai: https://openrouter.ai/
122
+ - Visit openai: https://openai.com/