CaptainNeo2023

Results 4 comments of CaptainNeo2023

> It would be great if someone could post how exactly settings.yaml section prompt_style needs to look for llama3! **How to set up PrivateGPT to use Meta Llama 3 Instruct...

> @CaptainNeo2023 you can use `IFileServiceClient`, like: > > ```ts > import { IFileServiceClient } from '@opensumi/ide-file-service'; > ... > > @Autowired(IFileServiceClient) > protected readonly fileServiceClient: IFileServiceClient; > ... >...

> @CaptainNeo2023 If you want to create a file picker, you can use `IWindowDialogService` to get a service with 2 methods, `showOpenDialog` and `showSaveDialog`, the options is the same as...

_The **showOpenDialog** lets user to select folder from the Node.js file system._ _The **showDirectoryPicker**() method shows a directory picker that lets the user select a single directory, returning File System...