-
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from MervinPraison/develop
Develop
- Loading branch information
Showing
9 changed files
with
553 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM python:3.11-slim | ||
WORKDIR /app | ||
COPY . . | ||
RUN pip install flask praisonai==2.0.1 gunicorn markdown | ||
RUN pip install flask praisonai==2.0.4 gunicorn markdown | ||
EXPOSE 8080 | ||
CMD ["gunicorn", "-b", "0.0.0.0:8080", "api:app"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ cot = "full" | |
|
||
# Specify a CSS file that can be used to customize the user interface. | ||
# The CSS file can be served from the public directory or via an external link. | ||
custom_css = "https://cdn.jsdelivr.net/gh/MervinPraison/[email protected].1/praisonai/ui/public/praison.css" | ||
custom_css = "https://cdn.jsdelivr.net/gh/MervinPraison/[email protected].0/praisonai/ui/public/praison.css" | ||
|
||
# Specify a Javascript file that can be used to customize the user interface. | ||
# The Javascript file can be served from the public directory. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
rich>=13.7 | ||
pyautogen>=0.2.19 | ||
crewai>=0.30.4 | ||
gradio>=4.20.0 | ||
chainlit>=1.1.301 | ||
markdown>=3.5 | ||
pyparsing>=3.0.0 | ||
python-dotenv>=1.0.1 | ||
instructor>=0.4.8 | ||
PyYAML>=6.0 | ||
praisonaiagents>=0.0.4 | ||
duckduckgo_search | ||
praisonai_tools |
Oops, something went wrong.