[PR #20] [MERGED] hotfix non-openai LLMs #51

Closed
opened 2026-02-16 00:15:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/rags/pull/20
Author: @jerryjliu
Created: 11/23/2023
Status: Merged
Merged: 11/23/2023
Merged by: @jerryjliu

Base: mainHead: jerry/hotfix_non_openai_llms


📝 Commits (1)

📊 Changes

2 files changed (+15 additions, -10 deletions)

View changed files

📝 agent_utils.py (+14 -9)
📝 pages/2_⚙️_RAG_Config.py (+1 -1)

📄 Description

anthropic claude 2 doesn't work well with react agents with our default prompt setup

swap it out for a "standard" chat engine, can't do summarization


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/rags/pull/20 **Author:** [@jerryjliu](https://github.com/jerryjliu) **Created:** 11/23/2023 **Status:** ✅ Merged **Merged:** 11/23/2023 **Merged by:** [@jerryjliu](https://github.com/jerryjliu) **Base:** `main` ← **Head:** `jerry/hotfix_non_openai_llms` --- ### 📝 Commits (1) - [`1a9f127`](https://github.com/run-llama/rags/commit/1a9f1277d88ee917d8fc66e71ab854f703c0d6f6) cr ### 📊 Changes **2 files changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `agent_utils.py` (+14 -9) 📝 `pages/2_⚙️_RAG_Config.py` (+1 -1) </details> ### 📄 Description anthropic claude 2 doesn't work well with react agents with our default prompt setup swap it out for a "standard" chat engine, can't do summarization --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:15:21 -05:00
yindo closed this issue 2026-02-16 00:15:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/rags#51