Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder approach for non FIM LLM #52

Open
damianofalcioni opened this issue Apr 4, 2025 · 0 comments
Open

Placeholder approach for non FIM LLM #52

damianofalcioni opened this issue Apr 4, 2025 · 0 comments

Comments

@damianofalcioni
Copy link

Hi,
I've see "good" results on different models with this simple prompt:

Replace MY_PLACEHOLDER in the following code. 
Respond with only the text that replace MY_PLACEHOLDER. 
No additional text is allowed in the response.
```javascript
for (let i=0;i<10;MY_PLACEHOLDER) 

As I'm not an LLM expert, do you think that having a template like this and adding MY_PLACEHOLDER at cursor position can be a valid approach for using models that do not support FIM?

Thanks,
Damiano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant