genesis-ai-dev / codex-comments-and-chat

MIT License
0 stars 0 forks source link

User should be able to toggle additional resources for context in Inline completions settings #4

Open ryderwishart opened 3 months ago

ryderwishart commented 3 months ago

Refs #3

thing to include:


DoD

Users should be able to turn on additional Bible context for the inline completions. This will result in the user having better suggestions.

Details:

This will give the model some few shot examples in order to produce better suggestions based on the project context.

BenjaminScholtens commented 3 months ago

We should pull in words/tokens from the dictionary that are likely to be included in the verse being translated. AKA. If GEN 1:1 and GEN 3:3 have a lot of the same words in them we can pull the likely glosses from the dictionary and add them to the prompt. e.x. "Past translation chunks that had similar source words used these target words in the translation [..., ..., ..., ...] Here are the words in context with the verse pairs, [ {source: ..., target: ....}, ... ]. try to translate 'x' into the target using the above word suggestions and infer grammar and wording via the translation pairs provided"

BenjaminScholtens commented 3 months ago

Create multiple inline suggestions with different prompts. Collect telemetry about the most used/useful prompt.

ryderwishart commented 2 months ago

One additional feature requested by a user is:

Is there a way to tell the model what books to use and which books not to use?

I think we need

Anything I'm forgetting?