File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ def print_banner():
6363 print ("" )
6464 print ("Find your OpenAI API key at https://platform.openai.com/account/api-keys" )
6565 print ("" )
66- print_color ("I'm looking for exciting MLE opportunities! Find out more https://ricklamers.io/about" , color = "green" )
67- print_color ("" )
6866 print_color ("Contribute to GPT-Code UI at https://github.com/ricklamers/gpt-code-ui" )
6967
7068def main ():
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'gpt_code_ui' ,
10- version = '0.42.31 ' ,
10+ version = '0.42.32 ' ,
1111 description = "An Open Source version of ChatGPT Code Interpreter" ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' , # This field specifies the format of the `long_description`.
You can’t perform that action at this time.
0 commit comments