Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Takuzen/visionosdocsgpt-cli
ChatGPT with the knowledge of visionOS
https://github.com/Takuzen/visionosdocsgpt-cli
Last synced: 2 months ago
JSON representation
ChatGPT with the knowledge of visionOS
- Host: GitHub
- URL: https://github.com/Takuzen/visionosdocsgpt-cli
- Owner: Takuzen
- Archived: true
- Created: 2023-07-09T08:23:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T14:23:41.000Z (over 1 year ago)
- Last Synced: 2024-08-02T00:26:06.523Z (5 months ago)
- Language: Python
- Homepage:
- Size: 690 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-visionos - ChatGPT + visionOS Documentation
- Awesome-Vision-Pro - ChatGPT + visionOS Documentation
README
# visionOS Docs GPT
This is made to be a tool for helping visionOS developers build great application with the aid of ChatGPT which would answer your question based on the extended knowledge of the latest Apple's visionOS documentation.
## Initailization
1. Install the required packages:
```
pip install -r requirements.txt
```2. Create .env file, and specify your OpenAI key as follows:
```
OPENAI_API_KEY=...
PINECONE_API_KEY=...
PINECONE_ENVIRONMENT=...
```3. Run `main.py`:
```
$ python main.py
```Then you should get reply (output) like this:
Q: What is Apple visionOS?
A: Apple visionOS is the operating system that powers Vision Pro. It is used to build immersive apps and games for spatial computing.## Usage
Modify the string of constant `query` which locates in the very last lines of [main.py](main.py) to ask what you want to know about visionOS.