This is an automated email from the ASF dual-hosted git repository.
wuxinfan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 7cd39767 Change the default model of the LLM example; implemented:
frontend can display the uploaded image. (#814)
add b284e389 fix: change comment format of .env improve: 1. add config of
OLLAMA_URL to denote ollama server url. 2. when request receives a badrequest,
frontend is able to present an oops message.
add 3da6e080 OLLAMA_URL check
add 3fe37bc0 change title
new e0ecf67d Merge pull request #819 from Alanxtl/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
llm/.env | 20 --------------------
.../requirements.in => llm/.env.example | 9 +++++----
llm/README.md | 9 +++++++++
llm/README_zh.md | 11 ++++++++++-
llm/go-client/frontend/handlers/chat.go | 6 +++++-
llm/go-client/frontend/static/script.js | 3 +++
llm/go-client/frontend/templates/index.html | 2 +-
llm/go-server/cmd/server.go | 19 +++++++++++++++----
8 files changed, 48 insertions(+), 31 deletions(-)
delete mode 100644 llm/.env
copy online_boutique_demo/src/loadgenerator/requirements.in =>
llm/.env.example (84%)