gpt壳项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
640 B

  1. #! /usr/bin/python
  2. #服务配置###
  3. agentServer = {
  4. 'port':9999,
  5. 'threads':1,
  6. 'agentApiKey':'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'
  7. }
  8. ####过滤###
  9. agentFilterMoel = {
  10. 'isOpen':True,
  11. 'filterKeys':['Gpt','gPt','gpT','GPt','GpT','GPT','gpt','Openai','openAI','oPENAI','OpEnAi','OPENAI','oPenAi','OpENAI','openai','oPEnAi','OpEnai','oPENai','OPENai','OpENai','openAi','oPENAi','OpENaI','OPENaI','oPEnaI','OpEnAI','OPENAI','OpenAI','OpenAi'],
  12. 'oneMessageSplit':[',','.',',','。','?','?','!','!']
  13. }
  14. ###上下文####
  15. agentTextual = {
  16. 'isOpen':False,
  17. 'talkCounts':3,
  18. 'resultCounts':3
  19. }