-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.yml
68 lines (68 loc) · 1.72 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: Translator
version: 0.1.2
author: enconvo
on: {}
steps:
- name: ''
uses: javascript
stream: true
env:
JSFilePath:
type: file-path
value: index.js
sort: 0
messages: []
extensionId: enconvo.translator
logo: ns:translate
description: Translate text between english and chinese
async: false
homePage: https://github.com/ysnows/enconvo-translator
appCast: https://raw.githubusercontent.com/ysnows/enconvo-translator/main/appcast.json
minAppVersion: 1.2.1
flowType: plugin
options:
- title: Model Settings
items:
- identifier: temperature
type: menu
title: Temperature
defaultValue: '1.0'
menuValues:
- title: 'none'
value: '0.0'
- title: 'low'
value: '0.5'
- title: 'medium'
value: '1.0'
- title: 'high'
value: '1.5'
- title: 'maximum'
value: '2.0'
- identifier: model
type: llmModel
title: LLM Model
defaultValue: 'llm.default|--|default'
- title: General
items:
- identifier: Alias
type: text
title: Alias
defaultValue: ''
menuValues: []
desc: ''
placeholderText: Add alias
textWidth: 1.6e+2
disable: false
- identifier: Hotkey
type: hotkey
title: Hotkey
defaultValue: 'Option+D'
menuValues: []
desc: |-
"This shortcut will open an ai conversation window from anywhere in the
system\n . Make sure it is not conflicting with other global shortcuts."
placeholderText: Add a hotkey to global start
textWidth: 1.6e+2
disable: false
desc: ''
sort: 6