Raycast-PromptLab icon indicating copy to clipboard operation
Raycast-PromptLab copied to clipboard

A Raycast extension for creating powerful, contextually-aware AI commands using placeholders, action scripts, selected files, and more.

Results 14 Raycast-PromptLab issues
Sort by recently updated
recently updated
newest added

Hey! So, I'm having some issues when trying to use the Claude3 models with PromptLab, it's not playing nice with the latest version of Anthropics' 'messages' API. The problem is...

### Discussed in https://github.com/SKaplanOfficial/Raycast-PromptLab/discussions/29 Originally posted by **SKaplanOfficial** January 14, 2024 To use PromptLab commands with PopClip, you can wrap the deeplink for a command in a PopClip extension snippet....

Currently the [Raycast API](https://developers.raycast.com/api-reference/ai#ai.model) makes the following models available via the `Model` option: ``` type Model = | "anthropic-claude-haiku" | "anthropic-claude-opus" | "anthropic-claude-sonnet" | "openai-gpt-3.5-turbo-instruct" | "openai-gpt-3.5-turbo" | "openai-gpt-4" |...

Hi, PromptLab has been working fairly well for me when used without placeholders (anything with {{}}) However as soon as I include terms like {{selectedText}} the prompts will show "loading...

bug

I recently came across this library called Jan.ai, which allows you to run offline models such as Mistral Instruct, which is really powerful. Apparently, this tool has the same API...

#### Error: ``` Error: Model is not supported at Rr (/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules/@raycast/server/index.js:25:230) at Ye (/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules/@raycast/server/index.js:24:6249) at ht (/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules/@raycast/server/index.js:24:6374) at Immediate. (/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules/@raycast/server/index.js:24:6139) at process.processImmediate (node:internal/timers:478:21) ``` When I launch a command, the...

bug

Any plans to support Azure OpenAI endpoints? I've tried it with what seems to be the correct settings, but no luck yet. I'm having difficulty debugging what's actually happening. All...

## Steps to reproduce: - Install latest version from store (1.2.1). - Configure with OpenAI example [here](https://github.com/raycast/extensions/tree/c0190b423d6709cc36aac6e67f5fc2713d660a04/extensions/promptlab#custom-model-endpoints) and a valid OpenAPI key. - Select PromptLab > New Chat - Enter...

How to use {{input}}, {{clipboardText}}, and {{selectedText}} at the same time???