From 6470434ec3ff2fd6d4dcc4d3c2fb898ef514309d Mon Sep 17 00:00:00 2001 From: Michelle Tanco Date: Tue, 19 Nov 2024 17:28:15 -0800 Subject: [PATCH] Updated app versions and h2ogpte version --- CallCenterGPT/app.toml | 2 +- CallCenterGPT/requirements.txt | 2 +- RFI-assistant/app.toml | 2 +- RFI-assistant/requirements.txt | 2 +- ask-h2o/app.toml | 2 +- ask-h2o/requirements.txt | 2 +- brlawgpt/app.toml | 2 +- brlawgpt/requirements.txt | 2 +- company-financial-overview/app.toml | 2 +- company-financial-overview/requirements.txt | 2 +- cycling-training-plan/app.toml | 2 +- cycling-training-plan/requirements.txt | 2 +- financial-research/app.toml | 2 +- financial-research/requirements.txt | 2 +- grammar-and-syntax-review/app.toml | 2 +- grammar-and-syntax-review/requirements.txt | 2 +- h2ogpte-link/app.toml | 2 +- home-listings/app.toml | 2 +- home-listings/requirements.txt | 2 +- legal_process_summarizer_app/app.toml | 2 +- legal_process_summarizer_app/requirements.txt | 2 +- new-year-bingo-card/app.toml | 2 +- new-year-bingo-card/requirements.txt | 2 +- python-code-inspector/app.toml | 2 +- python-code-inspector/requirements.txt | 2 +- study-partner/app.toml | 2 +- study-partner/requirements.txt | 2 +- system-prompt/app.toml | 2 +- system-prompt/requirements.txt | 2 +- template-chatbot-history/app.toml | 2 +- template-chatbot-history/requirements.txt | 2 +- template-chatbot-rag/app.toml | 2 +- template-chatbot-rag/requirements.txt | 2 +- template-chatbot/app.toml | 2 +- template-chatbot/requirements.txt | 2 +- tomatoAI/app.toml | 2 +- tomatoAI/requirements.txt | 2 +- weekly-dinner-plan/app.toml | 2 +- weekly-dinner-plan/requirements.txt | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/CallCenterGPT/app.toml b/CallCenterGPT/app.toml index 767af34..7b9a95a 100644 --- a/CallCenterGPT/app.toml +++ b/CallCenterGPT/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.demo.CallCenterGPT_aistore" -Version = "0.0.8" +Version = "0.0.15" Title = "Call Center GPT" Description = "Analyse your customer touchpoints to find out about what they are talking about and identify areas for improvement." LongDescription = "about.md" diff --git a/CallCenterGPT/requirements.txt b/CallCenterGPT/requirements.txt index 19d3a73..6f43a8f 100644 --- a/CallCenterGPT/requirements.txt +++ b/CallCenterGPT/requirements.txt @@ -1,3 +1,3 @@ h2o-wave==0.26.3 -h2ogpte==1.4.9 +h2ogpte==1.6.0 toml diff --git a/RFI-assistant/app.toml b/RFI-assistant/app.toml index a564f5b..65e9a4c 100644 --- a/RFI-assistant/app.toml +++ b/RFI-assistant/app.toml @@ -4,7 +4,7 @@ Title = "RFI Assistant" description = "Leverage AI to effortlessly respond to RFIs" LongDescription = "about.md" Tags = ["OSS", "GENERATIVE_AI"] -Version = "0.0.10" +Version = "0.0.11" InstanceLifecycle = "MANAGED" [Runtime] diff --git a/RFI-assistant/requirements.txt b/RFI-assistant/requirements.txt index 6de0a5c..5ba4028 100644 --- a/RFI-assistant/requirements.txt +++ b/RFI-assistant/requirements.txt @@ -5,7 +5,7 @@ h2o-wave==1.0.0 pandas toml==0.10.2 pypdf==3.17.0 -h2ogpte==1.5.10 +h2ogpte==1.6.0 openpyxl==3.1.2 urllib3==2.0.7 requests_file==1.5.1 diff --git a/ask-h2o/app.toml b/ask-h2o/app.toml index 31ece2b..b370e20 100644 --- a/ask-h2o/app.toml +++ b/ask-h2o/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.ask_h2o" -Version = "0.0.12" +Version = "0.0.13" Title = "Ask H2O" Description = "Conversationally explore H2O.ai’s website, products, and more" Tags = ["GENERATIVE_AI", "OSS"] diff --git a/ask-h2o/requirements.txt b/ask-h2o/requirements.txt index b91a8e1..588a33a 100644 --- a/ask-h2o/requirements.txt +++ b/ask-h2o/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.10 +h2ogpte==1.6.0 h2o_wave loguru toml \ No newline at end of file diff --git a/brlawgpt/app.toml b/brlawgpt/app.toml index e53dcde..725ca67 100644 --- a/brlawgpt/app.toml +++ b/brlawgpt/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.brazil-lawgpt" -Version = "0.0.11" +Version = "0.0.16" Title = "Brazil LawGPT" Description = "Chat with the legal petitions, request summaries, and search for Supreme Court jurisprudence" LongDescription = "LongDescription.md" diff --git a/brlawgpt/requirements.txt b/brlawgpt/requirements.txt index 1ff6f56..f66710e 100644 --- a/brlawgpt/requirements.txt +++ b/brlawgpt/requirements.txt @@ -2,6 +2,6 @@ numpy Requests==2.31.0 h2o-wave==1.0.0 pandas -h2ogpte==1.4.9 +h2ogpte==1.6.0 tqdm toml \ No newline at end of file diff --git a/company-financial-overview/app.toml b/company-financial-overview/app.toml index 0dd16b4..f9c142d 100644 --- a/company-financial-overview/app.toml +++ b/company-financial-overview/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.company_info_at_a_glance" -Version = "0.0.7" +Version = "0.0.8" Title = "Company Information" Description = "Use AI to research companies and identify opportunities" Tags = ["GENERATIVE_AI", "DATA_SCIENCE", "OSS"] diff --git a/company-financial-overview/requirements.txt b/company-financial-overview/requirements.txt index fab4bfc..ea25a79 100644 --- a/company-financial-overview/requirements.txt +++ b/company-financial-overview/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.5.10 +h2ogpte==1.6.0 h2o_wave loguru toml diff --git a/cycling-training-plan/app.toml b/cycling-training-plan/app.toml index 06c0c81..9e961f0 100644 --- a/cycling-training-plan/app.toml +++ b/cycling-training-plan/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.cycling_training_plan" -Version = "0.0.6" +Version = "0.0.7" Title = "Cycling Training Plan" Description = "Get personalized cycling instructions with AI" Tags = ["GENERATIVE_AI", "OSS", "DATA_SCIENCE"] diff --git a/cycling-training-plan/requirements.txt b/cycling-training-plan/requirements.txt index f39d527..588a33a 100644 --- a/cycling-training-plan/requirements.txt +++ b/cycling-training-plan/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml \ No newline at end of file diff --git a/financial-research/app.toml b/financial-research/app.toml index b21d63b..7f42406 100644 --- a/financial-research/app.toml +++ b/financial-research/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.investment-research" -Version = "0.0.15" +Version = "0.0.16" Title = "Digital Assets Investment Research" Description = "Enhance your investment research with AI" Tags = ["GENERATIVE_AI", "DOCUMENT", "OSS"] diff --git a/financial-research/requirements.txt b/financial-research/requirements.txt index 23493cd..c0ec92d 100644 --- a/financial-research/requirements.txt +++ b/financial-research/requirements.txt @@ -1,2 +1,2 @@ h2o-wave==1.0.0 -h2ogpte==1.4.9 \ No newline at end of file +h2ogpte==1.6.0 \ No newline at end of file diff --git a/grammar-and-syntax-review/app.toml b/grammar-and-syntax-review/app.toml index 7314040..b549a06 100644 --- a/grammar-and-syntax-review/app.toml +++ b/grammar-and-syntax-review/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.grammar_and_syntax_review" -Version = "0.0.5" +Version = "0.0.6" Title = "Grammar and Syntax Review" Description = "Review and edit content quickly with AI" Tags = ["GENERATIVE_AI", "OSS"] diff --git a/grammar-and-syntax-review/requirements.txt b/grammar-and-syntax-review/requirements.txt index e500842..ea25a79 100644 --- a/grammar-and-syntax-review/requirements.txt +++ b/grammar-and-syntax-review/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml diff --git a/h2ogpte-link/app.toml b/h2ogpte-link/app.toml index 3e1fae1..5660c8f 100644 --- a/h2ogpte-link/app.toml +++ b/h2ogpte-link/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.link.h2ogpte" -Version = "1.4.9" +Version = "1.6.0" Title = "Enterprise h2oGPTe" Description = "Information retrieval on internal data, privately hosted LLM, your data stays with you." InstanceLifecycle = "LINK" diff --git a/home-listings/app.toml b/home-listings/app.toml index a477f5c..a3f14d7 100644 --- a/home-listings/app.toml +++ b/home-listings/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.make_home_listing" -Version = "0.0.6" +Version = "0.0.7" Title = "Make Your Own Home Listing" Description = "Generate a stellar home listing with AI" Tags = ["GENERATIVE_AI", "AI_FOR_LIFE", "OSS", "DATA_SCIENCE"] diff --git a/home-listings/requirements.txt b/home-listings/requirements.txt index f39d527..588a33a 100644 --- a/home-listings/requirements.txt +++ b/home-listings/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml \ No newline at end of file diff --git a/legal_process_summarizer_app/app.toml b/legal_process_summarizer_app/app.toml index 1ee7b10..5e31086 100644 --- a/legal_process_summarizer_app/app.toml +++ b/legal_process_summarizer_app/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.legal_process_summarizer" -Version = "0.0.5" +Version = "0.0.6" Title = "Legal Process Summarizer" Description = "Build legal reports on appeal processes from court legal documents and decisions" LongDescription = "LongDescription.md" diff --git a/legal_process_summarizer_app/requirements.txt b/legal_process_summarizer_app/requirements.txt index 2bdd82f..1ad56f9 100644 --- a/legal_process_summarizer_app/requirements.txt +++ b/legal_process_summarizer_app/requirements.txt @@ -2,7 +2,7 @@ numpy Requests==2.31.0 h2o-wave==1.0.0 pandas -h2ogpte==1.4.9 +h2ogpte==1.6.0 tqdm toml pyaml diff --git a/new-year-bingo-card/app.toml b/new-year-bingo-card/app.toml index 902f2b0..bcb93f2 100644 --- a/new-year-bingo-card/app.toml +++ b/new-year-bingo-card/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.bingo_new_years_cards" -Version = "0.0.18" +Version = "0.0.19" Title = "Holiday Bingo" Description = "Use AI to generate your 2024 goals bingo card!" Tags = ["GENERATIVE_AI", "DATA_SCIENCE", "OSS", "AI_FOR_LIFE"] diff --git a/new-year-bingo-card/requirements.txt b/new-year-bingo-card/requirements.txt index b9dd1d4..7104eca 100644 --- a/new-year-bingo-card/requirements.txt +++ b/new-year-bingo-card/requirements.txt @@ -1,3 +1,3 @@ h2o_wave -h2ogpte==1.4.9 +h2ogpte==1.6.0 loguru \ No newline at end of file diff --git a/python-code-inspector/app.toml b/python-code-inspector/app.toml index 2d5a89d..f865564 100644 --- a/python-code-inspector/app.toml +++ b/python-code-inspector/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.clean-code-inspector" -Version = "0.0.6" +Version = "0.0.7" Title = "Clean Code Inspector" Description = "Apply best practices to your Python code with AI" Tags = ["GENERATIVE_AI", "OSS", "DATA_SCIENCE"] diff --git a/python-code-inspector/requirements.txt b/python-code-inspector/requirements.txt index f39d527..588a33a 100644 --- a/python-code-inspector/requirements.txt +++ b/python-code-inspector/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml \ No newline at end of file diff --git a/study-partner/app.toml b/study-partner/app.toml index b9bb1d3..7692380 100644 --- a/study-partner/app.toml +++ b/study-partner/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.study_partner" -Version = "0.0.10" +Version = "0.0.11" Title = "H2O Study Partner" Description = "Meet your interactive AI study buddy" Tags = ["GENERATIVE_AI", "OSS", "DATA_SCIENCE"] diff --git a/study-partner/requirements.txt b/study-partner/requirements.txt index f39d527..588a33a 100644 --- a/study-partner/requirements.txt +++ b/study-partner/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml \ No newline at end of file diff --git a/system-prompt/app.toml b/system-prompt/app.toml index 8e36051..9d6199e 100644 --- a/system-prompt/app.toml +++ b/system-prompt/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.system_prompt" -Version = "0.0.7" +Version = "0.0.8" Title = "Learning LLMs: System Prompts" Description = "Explore the power of personalized language models by comparing how changing the System Prompt changes the response." Tags = ["GENERATIVE_AI", "OSS"] diff --git a/system-prompt/requirements.txt b/system-prompt/requirements.txt index ac425fe..64f8fec 100644 --- a/system-prompt/requirements.txt +++ b/system-prompt/requirements.txt @@ -1,3 +1,3 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru \ No newline at end of file diff --git a/template-chatbot-history/app.toml b/template-chatbot-history/app.toml index 5100a86..331a08b 100644 --- a/template-chatbot-history/app.toml +++ b/template-chatbot-history/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.template.chatbot-history" -Version = "0.0.3" +Version = "0.0.4" Title = "Chatbot History Template" Description = "H2O Wave Template for Chatbot Applications with History" Tags = ["GENERATIVE_AI", "OSS"] diff --git a/template-chatbot-history/requirements.txt b/template-chatbot-history/requirements.txt index ac425fe..64f8fec 100644 --- a/template-chatbot-history/requirements.txt +++ b/template-chatbot-history/requirements.txt @@ -1,3 +1,3 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru \ No newline at end of file diff --git a/template-chatbot-rag/app.toml b/template-chatbot-rag/app.toml index aa30d1e..df15a75 100644 --- a/template-chatbot-rag/app.toml +++ b/template-chatbot-rag/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.template.chatbot-rag" -Version = "0.0.5" +Version = "0.0.6" Title = "Chat with Documents" Description = "Basic RAG chatbot with h2oGPTe" Tags = ["OSS", "LEARNING"] diff --git a/template-chatbot-rag/requirements.txt b/template-chatbot-rag/requirements.txt index 4ea418d..d19648a 100644 --- a/template-chatbot-rag/requirements.txt +++ b/template-chatbot-rag/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.10 +h2ogpte==1.6.0 h2o-wave h2o-authn loguru diff --git a/template-chatbot/app.toml b/template-chatbot/app.toml index 65c68b3..b9af694 100644 --- a/template-chatbot/app.toml +++ b/template-chatbot/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.template.chatbot" -Version = "0.0.5" +Version = "0.0.6" Title = "Starter Chatbot" Description = "Basic chatbot with h2oGPTe" Tags = ["OSS", "LEARNING"] diff --git a/template-chatbot/requirements.txt b/template-chatbot/requirements.txt index 4ea418d..d19648a 100644 --- a/template-chatbot/requirements.txt +++ b/template-chatbot/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.10 +h2ogpte==1.6.0 h2o-wave h2o-authn loguru diff --git a/tomatoAI/app.toml b/tomatoAI/app.toml index 26a0b9c..58a5c81 100644 --- a/tomatoAI/app.toml +++ b/tomatoAI/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.tomatoAI" -Version = "0.0.6" +Version = "0.0.7" Title = "TomatoAI" Description = "Grow better produce with your own AI-powered gardening assistant" Tags = ["GENERATIVE_AI", "AI_FOR_LIFE", "OSS", "DATA_SCIENCE"] diff --git a/tomatoAI/requirements.txt b/tomatoAI/requirements.txt index c8440af..f927778 100644 --- a/tomatoAI/requirements.txt +++ b/tomatoAI/requirements.txt @@ -1,4 +1,4 @@ -h2ogpte==1.4.9 +h2ogpte==1.6.0 h2o_wave loguru toml diff --git a/weekly-dinner-plan/app.toml b/weekly-dinner-plan/app.toml index 0b6c88b..23bfa41 100644 --- a/weekly-dinner-plan/app.toml +++ b/weekly-dinner-plan/app.toml @@ -1,6 +1,6 @@ [App] Name = "ai.h2o.wave.weekly_meal_planning" -Version = "0.0.8" +Version = "0.0.9" Title = "Meal Planning" Description = "Let AI cook up meal ideas for the whole family" Tags = ["GENERATIVE_AI", "OSS", "AI_FOR_LIFE", "DATA_SCIENCE"] diff --git a/weekly-dinner-plan/requirements.txt b/weekly-dinner-plan/requirements.txt index 6a1b19f..a612ede 100644 --- a/weekly-dinner-plan/requirements.txt +++ b/weekly-dinner-plan/requirements.txt @@ -1,4 +1,4 @@ h2o_wave loguru toml -h2ogpte==1.4.9 \ No newline at end of file +h2ogpte==1.6.0 \ No newline at end of file