0 of 0

File information

Last updated

Original upload

Created by

Daggers

Uploaded by

DaggerfallTeam

Virus scan

Safe to use

About this mod

Using OpenAI API for processing large amounts of dialogue with prompt inputs.

Permissions and credits
Donations
reTranslation

Utilizing OpenAI API for processing large amounts of dialogue with custom prompt inputs, auto-save last processed row, and import/export scripts for xEdit. This utility allows endless translations, grammar correction and dialogue additions it is limitless to your imagination. Currently supports Oblivion, not tested on Fallout 3/NV or Skyrim plugins.


Set in the Python Script
# Modify the prompt by adding a translation instruction.
model: Set to your desired OpenAI model such as GPT-4o or GPT-o3
content: Input your prompt, Translate the text or Grammar corrections.
max_tokens: Spending limit.

# Global API key (replace with your actual key).
API_KEY: You must place your API key here.

xEdit
There are two scripts OB - ExportDialogCSV and OB - ImportDialogCSV both are self-explanatory. They will produce a CSV file with FormID, VoiceID, SpeakerInfo, OutputPath and Dialogue columns, only the FormID and Dialogue columns are currently used, scripts were based on Export dialogue for xVAsynth.


Credits
Daggers