gristlabs_grist-core/app/client/models
Paul Fitzpatrick 0be858c19d
allow AI Assistance to run against any chat-completion-style endpoint (#630)
This adds an ASSISTANT_CHAT_COMPLETION_ENDPOINT which can be used
to enable AI Assistance instead of an OpenAI API key. The assistant
then works against compatible endpoints, in the mechanical sense.
Quality of course will depend on the model. I found some tweaks
to the prompt that work well both for Llama-2 and for OpenAI's models,
but I'm not including them here because they would conflict with some
prompt changes that are already in the works.

Co-authored-by: Alex Hall <alex.mojaki@gmail.com>
2023-08-18 16:14:42 -04:00
..
entities Header colored (#581) 2023-08-07 11:01:35 -07:00
AppModel.ts Add appearance parameter to override theme preferences (#620) 2023-08-15 10:29:29 -07:00
BaseRowModel.js
ClientColumnGetters.ts (core) Filter rows based on linked widgets when exporting view 2023-07-26 21:49:52 +02:00
ColumnACIndexes.ts Rename text cleaning function to "normalizeText" 2022-08-17 19:11:52 +02:00
ColumnCache.ts
ColumnFilter.ts
ColumnFilterMenuModel.ts
ColumnToMap.ts add a description property to column mapping for custom widgets (#255) 2022-08-26 08:25:34 -04:00
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts
DocData.ts
DocModel.ts (core) deleting queue from single webhook 2023-07-18 11:46:10 +02:00
DocPageModel.ts (core) updates from grist-core 2023-07-28 17:40:31 +02:00
errors.ts
features.ts allow AI Assistance to run against any chat-completion-style endpoint (#630) 2023-08-18 16:14:42 -04:00
gristConfigCache.ts
gristUrlState.ts (core) Add Support Grist page and nudge 2023-07-04 17:36:59 -04:00
HomeModel.ts (core) Tweak navbar, breadcrumbs, and sign-in buttons 2023-07-26 22:26:55 -07:00
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts (core) deleting queue from single webhook 2023-07-18 11:46:10 +02:00
QuerySet.ts (core) Filter rows based on linked widgets when exporting view 2023-07-26 21:49:52 +02:00
rowset.ts
rowuid.js
RuleOwner.ts (core) Improve highlighting of previewed formula 2023-07-20 14:34:22 -04:00
SearchModel.ts
SectionFilter.ts
Styles.ts Header colored (#581) 2023-08-07 11:01:35 -07:00
TableData.ts
TableModel.js
TelemetryModel.ts
TreeModel.ts
UserManagerModel.ts
UserPrefs.ts
ViewFieldConfig.ts Header colored (#581) 2023-08-07 11:01:35 -07:00
VirtualTable.ts
WorkspaceInfo.ts