Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Nov 11, 2024
1 parent 197e9f2 commit 1933b84
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ public void receiveMessage(OllamaMsg msg) throws Exception {
String response = null;

try {
response = service.getChatResponse(messages, msg.getModel());

response = service.getChatResponse(messages, msg.getModel());
} catch (Exception e) {
response = e.toString();
}
Expand Down

0 comments on commit 1933b84

Please sign in to comment.