|
|
@@ -28,7 +28,7 @@ model_name = "codegeex4-all-9b"
|
|
|
```
|
|
|
|
|
|
3. Fill in the corresponding model information and `bing_search_api` (if you want to experience online queries) in the .env file. Turn on the online query switch on the left side of the input box during the chat, which is off by default.
|
|
|
-
|
|
|
+
|
|
|
4. Install dependencies: `pip install -r requirements.txt`
|
|
|
5. Run the application: `chainlit run run.py --port 8899`
|
|
|
|