GithubHelp home page GithubHelp logo

Comments (7)

appleboy avatar appleboy commented on May 27, 2024 2

@doggy8088 Thanks for your feedback. https://github.com/appleboy/CodeGPT/releases/tag/v0.5.0 support top_p, frequency_penalty and presence_penalty parameters.

See the documentation here: https://github.com/appleboy/CodeGPT#setup

from codegpt.

doggy8088 avatar doggy8088 commented on May 27, 2024

I already tune down to 0 of the openai.temperature, openai.top_p, openai.presence_penalty and openai.frequency_penalty. The output still vary each time.

image

image

It seems impossible. What do you think?

from codegpt.

appleboy avatar appleboy commented on May 27, 2024

@doggy8088 Can you provide the git diff source or repo? I can try it out.

from codegpt.

doggy8088 avatar doggy8088 commented on May 27, 2024

Here:

diff --git a/Example.Admin/Example.Admin.csproj b/Example.Admin/Example.Admin.csproj
index 927f5d2..8869ce6 100644
--- a/Example.Admin/Example.Admin.csproj
+++ b/Example.Admin/Example.Admin.csproj
@@ -8,6 +8,7 @@
     <SpaProxyServerUrl>https://localhost:32565</SpaProxyServerUrl>
     <SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
     <ImplicitUsings>enable</ImplicitUsings>
+    <UserSecretsId>70fd13e8-e495-4b40-b74f-c689c60e3e00</UserSecretsId>
   </PropertyGroup>

   <PropertyGroup>
diff --git a/Example.Admin/Properties/launchSettings.json b/Example.Admin/Properties/launchSettings.json
index e821252..ca6efa7 100644
--- a/Example.Admin/Properties/launchSettings.json
+++ b/Example.Admin/Properties/launchSettings.json
@@ -11,7 +11,7 @@
     "Example.Admin": {
       "commandName": "Project",
       "launchBrowser": true,
-      "applicationUrl": "https://localhost:7124;http://localhost:5042",
+      "applicationUrl": "https://localhost:7124",
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development",
         "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"

from codegpt.

doggy8088 avatar doggy8088 commented on May 27, 2024

This issue is not happened anymore. I don't know why. 😅

from codegpt.

appleboy avatar appleboy commented on May 27, 2024

@doggy8088 What is your current config?

from codegpt.

doggy8088 avatar doggy8088 commented on May 27, 2024

@appleboy

Key                       Value
git.diff_unified          3
git.exclude_list
git.template_file
git.template_string
openai.api_key            ****************
openai.api_version
openai.base_url           https://*****.openai.azure.com/
openai.frequency_penalty  0
openai.headers
openai.max_tokens         300
openai.model              gpt-3.5-turbo
openai.model_name         gpt-3.5-turbo
openai.org_id
openai.presence_penalty   0
openai.provider           azure
openai.proxy
openai.skip_verify        false
openai.socks
openai.temperature        0
openai.timeout            10s
openai.top_p              0
output.lang               en

from codegpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.