You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/app/clients/OllamaClient.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ class OllamaClient {
67
67
returnmodels;
68
68
}catch(error){
69
69
constlogMessage=
70
-
'Failed to fetch models from Ollama API. If you are not using Ollama directly, and instead, through some aggregator or reverse proxy that handles fetching via OpenAI spec, ensure the name of the endpoint doesn\'t start with `ollama` (case-insensitive).';
70
+
"Failed to fetch models from Ollama API. If you are not using Ollama directly, and instead, through some aggregator or reverse proxy that handles fetching via OpenAI spec, ensure the name of the endpoint doesn't start with `ollama` (case-insensitive).";
Copy file name to clipboardExpand all lines: api/app/clients/output_parsers/addImages.spec.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ describe('addImages', () => {
74
74
75
75
it('should append correctly from a real scenario',()=>{
76
76
responseMessage.text=
77
-
'Here is the generated image based on your request. It depicts a surreal landscape filled with floating musical notes. The style is impressionistic, with vibrant sunset hues dominating the scene. At the center, there\'s a silhouette of a grand piano, adding a dreamy emotion to the overall image. This could serve as a unique and creative music album cover. Would you like to make any changes or generate another image?';
77
+
"Here is the generated image based on your request. It depicts a surreal landscape filled with floating musical notes. The style is impressionistic, with vibrant sunset hues dominating the scene. At the center, there's a silhouette of a grand piano, adding a dreamy emotion to the overall image. This could serve as a unique and creative music album cover. Would you like to make any changes or generate another image?";
? 'review and improve the answer you generated using plugins in response to the User Message below. The user hasn\'t seen your answer or thoughts yet.'
68
+
? "review and improve the answer you generated using plugins in response to the User Message below. The user hasn't seen your answer or thoughts yet."
69
69
: 'respond to the User Message below based on your preliminary thoughts & actions.';
70
70
71
71
return`As a helpful AI Assistant, ${prefix}${errorMessage}\n${internalActions}
72
72
${preliminaryAnswer}
73
73
Reply conversationally to the User based on your ${
74
-
preliminaryAnswer ? 'preliminary answer, ' : ''
75
-
}internal actions, thoughts, and observations, making improvements wherever possible, but do not modify URLs.
74
+
preliminaryAnswer ? 'preliminary answer, ' : ''
75
+
}internal actions, thoughts, and observations, making improvements wherever possible, but do not modify URLs.
0 commit comments