Skip to content

Commit

Permalink
spellcheck README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
choccccy authored Jul 17, 2023
1 parent 7bef2f8 commit 372f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ from ogbujipt import oapi_choice1_text
from ogbujipt.prompting import format, ALPACA_INSTRUCT_DELIMITERS

llm_api = openai_emulation(host='http://localhost', port=8000) # Update with your LLM host
# CHange the delimiters to a prompting style that suits the LLM you're using
# Change the delimiters to a prompting style that suits the LLM you're using
prompt = format('Write a short birthday greeting for my star employee',
delimiters=ALPACA_INSTRUCT_DELIMITERS)

Expand Down

0 comments on commit 372f121

Please sign in to comment.