2024-08-26 13:41:26 -03:00
|
|
|
---
|
|
|
|
sidebar_position: 80
|
|
|
|
---
|
|
|
|
|
|
|
|
# Tooling
|
|
|
|
|
|
|
|
## Notable Packages
|
|
|
|
|
|
|
|
### [@push](https://github.com/vasyas/push-rpc)
|
|
|
|
|
|
|
|
#### Updating BotServer/swagger.yaml
|
|
|
|
|
|
|
|
```
|
|
|
|
node ./node_modules/@push-rpc/openapi/dist/cli.js --tsConfig ./tsconfig.api.json --apiTemplate ./api-template.json --output swaager.yaml --baseDir=. --entryFile ./src/api.ts --entryType GBAPI
|
|
|
|
```
|
|
|
|
|
|
|
|
# External Refereces
|
|
|
|
|
2024-09-04 12:51:40 -03:00
|
|
|
| Name | URL |
|
|
|
|
| ------------------------ | ---------------------------------------------------- |
|
|
|
|
| Prompt Engineering Guide | https://www.promptingguide.ai |
|
|
|
|
| GPT Alternatives | https://github.com/GPT-Alternatives/gpt_alternatives |
|
2024-08-26 13:41:26 -03:00
|
|
|
|
|
|
|
## LLM Propmts
|
|
|
|
|
|
|
|
- https://github.com/jamesponddotco/llm-prompts/tree/trunk
|
|
|
|
|
|
|
|
## LLM Tools
|
|
|
|
|
2024-09-04 12:51:40 -03:00
|
|
|
- https://lmstudio.ai/
|
|
|
|
|
2024-09-04 12:55:07 -03:00
|
|
|
## LLM Resources
|
|
|
|
|
|
|
|
- https://github.com/nichtdax/awesome-totally-open-chatgpt
|
|
|
|
- https://github.com/janhq (Offline LLM)
|
|
|
|
- https://github.com/sindresorhus/awesome-chatgpt
|
|
|
|
|
2024-09-04 12:51:40 -03:00
|
|
|
# Services
|
|
|
|
|
|
|
|
# Useful callable public APIs
|
|
|
|
|
|
|
|
| Name | URL |
|
|
|
|
| ------------------------ | -------------------------------------------------- |
|
|
|
|
| Collection of Public API | https://github.com/public-apis/public-apis |
|
|
|
|
| Wheather | https://github.com/Yeqzids/7timer-issues/wiki/Wiki |
|
|
|
|
| Free Public APIs | https://www.freepublicapis.com/tags/public-data |
|
|
|
|
|
|
|
|
# Service News
|