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

WIP: migration from javascript codebase to clojurescript #5

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

avelino
Copy link
Contributor

@avelino avelino commented Jan 18, 2025

avelino and others added 8 commits January 3, 2025 09:32
- change js to cljs
- create http module to handle all http request
- improve error handling
- improve code organization
- improve code readability
- improve code maintainability

This is a work in progress, more changes to come.

Signed-off-by: Avelino <[email protected]>
This commit enhances code documentation and readability across multiple files:
- Added comprehensive function documentation with parameters and return values
- Improved code formatting and consistency
- Added descriptive variable names
- Organized imports and code structure
- Enhanced error handling and logging messages

The changes make the codebase more maintainable and easier to understand for
future development.

Signed-off-by: Avelino <[email protected]>
- Add links to get API keys for each provider
- Add detailed model names for each provider
- Improve formatting and organization of API settings section
- Fix duplicate x.ai Grok entry
- Add Anthropic Claude provider information

Signed-off-by: Avelino <[email protected]>
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.

proposal: replace javascript with clojurescript
1 participant