You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I've see "good" results on different models with this simple prompt:
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
The text was updated successfully, but these errors were encountered: