Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: enhance README with technical architecture details #65

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

minhyeong112
Copy link

@minhyeong112 minhyeong112 commented Feb 6, 2025

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@0x4007 0x4007 requested a review from shiv810 February 6, 2025 18:06
@minhyeong112
Copy link
Author

Resolves ubiquity-os-marketplace/.github#4

@0x4007
Copy link
Member

0x4007 commented Feb 6, 2025

Resolves ubiquity-os-marketplace/.github#4

This must be in the pull body so you need to edit the top comment.

Comment on lines +28 to +31
┌─────────────────┐ ┌──────────────┐
│ GitHub Webhook │ ──────> │ Cloudflare │
│ (Comments) │ │ Worker │
└─────────────────┘ └──────┬───────┘
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
┌─────────────────┐ ┌──────────────┐
│ GitHub Webhook │ ──────> │ Cloudflare
│ (Comments) │ │ Worker
└─────────────────┘ └──────┬───────┘
┌─────────────────┐ ┌──────────────┐
│ GitHub Webhook │ ──────> │ Github
│ (Comments) │ │ Action
└─────────────────┘ └──────┬───────┘

Shouldn't this be a GitHub Action, since it's more commonly used than worker deployment in most cases?


```yml
plugins:
- uses:
- plugin: http://localhost:4000
with:
model: ""
openAiBaseUrl: ""
openRouterBaseUrl: ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
openRouterBaseUrl: ""
openAiBaseUrl: ""

This is incorrect, it should be openAiBaseUrl.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we switch every plugin to OpenRouter?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should be converting everywhere. Except for the Command-Ask andtelegram plugins, almost all other plugins use OpenAI and need to be converted.


```sh
OPENAI_API_KEY=your_openai_api_key
SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_key
VOYAGEAI_API_KEY=your_voyageai_api_key
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
VOYAGEAI_API_KEY=your_voyageai_api_key
VOYAGEAI_API_KEY=your_voyageai_api_key
OPENROUTER_API_KEY=your_openrouter_key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhance READMEs with technical architecture documentation
3 participants