Skip to content

Commit

Permalink
Updated allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Dec 17, 2023
1 parent 635e7c1 commit a05af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygpt_net/core/controller/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self, window=None):
'completion': ['chat', 'completion', 'img', 'langchain', 'vision', 'assistant'],
'img': ['img'],
'langchain': ['chat', 'completion', 'img', 'langchain', 'vision', 'assistant'],
'vision': ['vision'],
'vision': ['chat', 'completion', 'img', 'langchain', 'vision', 'assistant'],
'assistant': ['assistant'],
}

Expand Down

0 comments on commit a05af8a

Please sign in to comment.