Skip to content

Commit efea7d8

Browse files
ops: CHANGELOG.md update
1 parent f1893f7 commit efea7d8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# raycast-ollama Changelog
22

3+
## [Improvement and BugFix] - 2024-03-02
4+
5+
- [Improvement] [@AlexMcDermott] Screenshot on Clipboard can now be used on `Chat with Ollama` and `Describe Content of Image`.
6+
- [BugFix] Fixed error causing ModelView not showing if model was not configured.
7+
38
## [BugFix] - 2024-01-24
49

510
- Fixed `Cannot read properties of undefined (reading 'split')` caused by API route '/api/show' responding with empty 'parameters' value for some models.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h1 align="center">Raycast Ollama</h1>
77
</div>
88

9-
Use [Ollama](https://ollama.ai) for local llama inference on Raycast.
9+
Use [Ollama](https://ollama.ai) for local llama inference on Raycast. This application is not directly affiliated with Ollama.ai.
1010

1111
## Requirements
1212

@@ -25,11 +25,11 @@ Chat with your preferred model from Raycast, with the following features:
2525

2626
#### Tags
2727

28-
With tags you can add more data on the prompt. You can use one or more of the following tags on the prompt:
28+
With tags you can add more data on the prompt. You can use one of the following tags on the prompt:
2929

3030
- `/image`: Add the image on the clipboard or selected on the finder to the prompt. At least Ollama v0.1.15 and one multimodal model installed are required. Only PNG or JPG image are supported.
3131
- `/file`: Add information of one or more files on the prompt as knowledge. Select the files to use with `CMD+F` shortcuts (text based files and PDF are supported). By default it use 'Stuff' Chain, you can change Chain type from 'Document Loader' submenu. This feature is currently experimental.
3232

3333
### Command: Create Custom Commands
3434

35-
With '***Create Custom Command***' you can create your own custom Command using whatever model you want.
35+
With '**_Create Custom Command_**' you can create your own custom Command using whatever model you want.

0 commit comments

Comments
 (0)