parent
770bc25b85
commit
689aa1a7b6
@ -1,6 +1,23 @@
|
|||||||
# Half-CodeInterpreter_gpt4free_embedded
|
# Half-CodeInterpreter_gpt4free_embedded
|
||||||
|
|
||||||
Go to https://github.com/xtekky/gpt4free
|
This project aims to integrate the [Half-codeInterpreter](https://github.com/jackfood/Half-codeInterpreter) into the free generative AI provided by [gpt4free](https://github.com/xtekky/gpt4free).
|
||||||
pypi package in your python directory - pip install -U g4f
|
|
||||||
put the following in your python directory.
|
## Getting Started
|
||||||
Run '~start.py'
|
|
||||||
|
To get started, follow these steps:
|
||||||
|
|
||||||
|
1. Visit the [gpt4free](https://github.com/xtekky/gpt4free) GitHub repository and install the PyPI package in your Python environment:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -U g4f
|
||||||
|
|
||||||
|
Clone or download this repository and put it in your Python directory.
|
||||||
|
|
||||||
|
Run the following command:
|
||||||
|
python ~start.py
|
||||||
|
|
||||||
|
Integration
|
||||||
|
The main goal of this project is to integrate the Half-codeInterpreter into the gpt4free generative AI. Work is in progress to combine the capabilities of both projects for enhanced functionality.
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
We welcome contributions! If you want to contribute to this project, please follow our contribution guidelines.
|
||||||
|
Loading…
Reference in new issue