https://github.com/saif-shines/lingolink
The application utilizes GPT 3.5 Turbo, making calls to Language Models (LLMs) over Portkey. This ensures efficient and accurate translations. Additionally, the project uses Vite to substitute environment variables and to avoid Cross-Origin Resource Sharing (CORS) issues by using the Vite server proxy.
https://github.com/saif-shines/lingolink
gpt-3 llm-application portkey
Last synced: 7 months ago
JSON representation
The application utilizes GPT 3.5 Turbo, making calls to Language Models (LLMs) over Portkey. This ensures efficient and accurate translations. Additionally, the project uses Vite to substitute environment variables and to avoid Cross-Origin Resource Sharing (CORS) issues by using the Vite server proxy.
- Host: GitHub
- URL: https://github.com/saif-shines/lingolink
- Owner: Saif-Shines
- Created: 2023-12-21T07:46:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T16:50:39.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:18:53.501Z (9 months ago)
- Topics: gpt-3, llm-application, portkey
- Language: JavaScript
- Homepage:
- Size: 645 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LingoLink
This project is a web application that leverages the power of vanilla JavaScript, HTML, and CSS to create an intuitive and user-friendly interface. The primary function of the app is to translate user input into English, French, and Spanish.
The application utilizes GPT 3.5 Turbo, making calls to Language Models (LLMs) over Portkey. This ensures efficient and accurate translations. Additionally, the project uses Vite to substitute environment variables and to avoid Cross-Origin Resource Sharing (CORS) issues by using the Vite server proxy.
## Usage
To use the application, follow the steps below:
1. Clone the repository to your local machine.
2. Install the necessary dependencies by running `npm install` or `bun install`
3. Start the Vite server by running `npm run dev` or `bun dev`
4. Open your browser and navigate to `http://localhost:5173` .
5. Enter your text in the input field and select the language you want to translate to.
6. Click the 'Translate' button to get your translation.## Contributing
We welcome contributions to this project! If you're interested in improving the UI or adding new features, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature_branch`).
3. Make your changes in this branch.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature_branch`).
6. Create a new Pull Request.Before contributing, please ensure your code adheres to the project's coding standards and conventions. If you have any questions or need further clarification, feel free to open an issue.
## License
This project is licensed under the terms of the MIT license. This means you are free to use, modify, and distribute the project as you see fit (subject to the terms outlined in the license).
For more information, please refer to the [LICENSE](LICENSE) file in the project root.
---
Thank you for your interest in our project! We look forward to seeing your contributions.