Open-Source programming project IA integretion in developement environnement
Project description
OpenHosta
v2.0.1 - Opensource Project
- The future of development is human -
Welcome to the OpenHosta documentation, a powerful tool that facilitates the integration LLM in the development environnement. OpenHosta is used to emulate functions using AI, while respecting Python's native paradygma and syntax.
For this project, we have adopted a Code of Conduct to ensure a respectful and inclusive environment for all contributors. Please take a moment to read it.
Table of Content
How to install OpenHosta ?
You can install OpenHosta either via pip or via GitHub.
pip install OpenHosta[all]
or
git clone git@github.com:hand-e-fr/OpenHosta.git
See the full installation guide here
Example
from OpenHosta import emulate, config
config.set_default_apiKey("put-your-api-key-here")
def translate(text:str, language:str)->str:
"""
This function translates the text in the “text” parameter into the language specified in the “language” parameter.
"""
return emulate()
result = translate("Hello World!", "French")
print(result)
You check OpenHosta's documentation for more detailled informations or exemple
Further information
Contributing
We warmly welcome contributions from the community. Whether you are an experienced developer or a beginner, your contributions are welcome.
If you wish to contribute to this project, please refer to our Contribution Guide and our Code of Conduct.
Browse the existing issues to see if someone is already working on what you have in mind or to find contribution ideas.
License
This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, subject to the following conditions:
- The text of the license below must be included in all copies or substantial portions of the software.
See the LICENSE file for more details.
Authors & Contact
For further questions or assistance, please refer to partner hand-e or contact us directly via github.
Authors:
- Emmanuel Batt: Manager and Coordinator, Founder of Hand-e
- William Jolivet: DevOps, SysAdmin
- Léandre Ramos: MLOps, IA developer
- Merlin Devillard: UX designer, Product Owner
GitHub: https://github.com/hand-e-fr/OpenHosta
Thank you for your interest in our project and your potential contributions!
The OpenHosta Team
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openhosta-2.0.1.tar.gz
.
File metadata
- Download URL: openhosta-2.0.1.tar.gz
- Upload date:
- Size: 42.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d80abbeefd6a1a88a4bc935d93950bfae8b330da530e7d364c6ec40541689f7 |
|
MD5 | ef650a8df33a4f839c45cba83f421a2f |
|
BLAKE2b-256 | 568e126f391b7c73cdba11aa23773aa3a9ed24ab76d1bb797b8b95932ec14e9e |
File details
Details for the file OpenHosta-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: OpenHosta-2.0.1-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21641e8f3675b036adaa13d372f72e163e6287dd26a0b3e7e4c7b6b1a337927c |
|
MD5 | 689d2cd4dd4cec6431cf92641f63f421 |
|
BLAKE2b-256 | e54bdf0c4ed7d5a6e54e24c4a3f8b586c1588a1d7d10b10e5f2b02386d561d3c |